home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Ocapsule.res < prev    next >
Text File  |  2003-02-27  |  406b  |  18 lines

  1. CONTAINER Ocapsule
  2. {
  3.     NAME Ocapsule;
  4.     INCLUDE Obase;
  5.  
  6.     GROUP ID_OBJECTPROPERTIES
  7.     {
  8.         REAL PRIM_CAPSULE_RADIUS { UNIT METER; MIN 0.0; }
  9.         REAL PRIM_CAPSULE_HEIGHT { UNIT METER; MIN 0.0; }
  10.         LONG PRIM_CAPSULE_HSUB     { MIN 1; MAX 1000; }
  11.         LONG PRIM_CAPSULE_FSUB     { MIN 1; MAX 1000; }
  12.         LONG PRIM_CAPSULE_SEG       { MIN 3; MAX 1000; }
  13.  
  14.         INCLUDE Oprimitiveaxis;
  15.         INCLUDE Oprimitiveslice;
  16.     }
  17. }
  18.